docs(api-catalog): add the Sessions section to the AI SRE catalog#103
Merged
Conversation
The API catalog (the hand-maintained master index) listed the AI SRE skill / MCP / A2A operations but had no Sessions section — the session endpoints were never added when they were adopted into the spec, the same gap that left them out of the API-reference nav (#100). Add a Sessions section (en + zh) listing the four public session operations — list / get / export / delete — and bump the AI SRE count 22 → 26 and the total 236 → 240. (cancel was dropped in #101: it is now auth=service / internal.)
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The API catalog (
{en,zh}/openapi/api-catalog.mdx— the hand-maintained master index of every public endpoint) lists the AI SRE Skills / MCP servers / A2A agents operations but had no Sessions section. The session endpoints were never added to the catalog when they were adopted into the spec — the same root gap that left them out of the API-reference nav (fixed in #100).Change
cancelis intentionally absent — it was dropped from the public API in docs(ai-sre): drop deprecated session/cancel from the public API #101 (nowauth=service/ internal).Verification
/safari/session/*rows.session-read-list/session-read-info/session-read-export/session-write-delete) exactly match the spec operationIds, so each link resolves.A companion PR in claude-plugins-flashduty extends the api-review skill's verification to assert catalog coverage, so this drift class is caught going forward.